home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / gfx / show / VisageCtrl.readme < prev    next >
Encoding:
Text File  |  1998-05-05  |  6.1 KB  |  196 lines

  1. Short:        GUI for Visage to copy/delete/move/uuencode...
  2. Author:       Andy_MtN@gmx.net (Andreas `Andy` Krauss)
  3. Uploader:     Andy_MtN@gmx.net
  4. Version:      0.97ßeta1 (01.05.98)
  5. Type:         gfx/show
  6. Distribution: E-MailWare
  7. Replaces:     gfx/show/VisageCtrl.lha
  8.  
  9.  
  10.  
  11.  
  12.  
  13. What it is :
  14.  
  15.         Visage-Control is a enhancement for VISAGE [E] Command and allows you to :
  16.  
  17.         - Copy          pic to/as
  18.         - Move & Rename pic to/as
  19.         - Delete        pic
  20.         - Reload        pic with another DisplayID
  21.         - Launch extern programs.  e.g. Photogenics
  22.         - UU-Encode     pic
  23.         - View and change pics Filenote
  24.         - Any suggestions ?
  25.  
  26.  
  27.  
  28. System Requirements (I`m sure you already have most of them) :
  29.  
  30.         - Amiga OS V3.x+            (V39.106+)   (Amiga-Dealer)
  31.         - Running Rexxmast (Yep coded? in Rexx)  (Amiga Workbench)
  32.         - Visage Package                         (Aminet:gfx/show/Visage#?.lha)
  33.         - at least one picture :-)               (Your HD?)
  34.         - rexxreqtools.library                   (Aminet:util/rexx/RexxReqtools#?.lha)
  35.         - rexxtricks.library        (V38.6+)     (Aminet:util/rexx/RexxTricks_#?.lha)
  36.         - tritonrexx.library        (V37.7+)     (Aminet:dev/gui/tri#?usr.lha)
  37. *!      - rexxsupport.library                    (Amiga Workbench)
  38.         - triton.library                         (Aminet:util/rexx/TritonRexx#?.lha)
  39.         - Copy                                   (Amiga Workbench)
  40.         - Delete                                 (Amiga Workbench)
  41.         - Kill (part of Visage)                  (Aminet:gfx/show/Visage#?.lha)
  42.  
  43.  
  44. *! = Sometimes needed since Version V0.95ß+
  45.  
  46.  
  47.  
  48.               ===========================
  49. How 2 Install (!!! New since V0.96 !!!) :
  50.               ===========================
  51.  
  52. Edit your envarc:VisageOpts and add/replace the following command
  53. (Prog. must be in an accessable path (e.g. C:)
  54. or put a Path infront (eg. CMD="Work:tools/VCtrl")
  55.  
  56. ---------------------Cut-Here----------------------------------
  57. TOFRONT CMD="VCtrl [] VN='Visage_Dos_Name'"
  58. ---------------------Cut-Here----------------------------------
  59.  
  60. `Visage_Dos_Name` is the name you started Visage as.
  61. for example you renamed Visage to ViS, you should add :
  62.  
  63. -----------Example-------------
  64. TOFRONT CMD="c:VCtrl [] VN=ViS"
  65. -----------Example-------------
  66.  
  67. -> OR you installed Visage as Visage : <-
  68.  
  69. -----------Example----------------
  70. TOFRONT CMD="c:VCtrl [] VN=Visage"
  71. -----------Example----------------
  72.  
  73.  
  74. ... to the end of your VisageOpts-Config file.
  75.  
  76.  
  77. eg. it could look like :
  78.  
  79. -------------Example------------------------------------------------------------------------
  80. BESTMODE TOFRONT BB=ON CENTER DITHER=FS OVERSCAN=VIDEO SCALE VCENTER CMD="c:VCtrl [] VN=ViS"
  81. -------------Example------------------------------------------------------------------------
  82.  
  83.  
  84.  
  85.  
  86.   >Don`t forget so save your changes (to envarc: & env:) <
  87.  
  88.  
  89.  
  90.  
  91.  
  92. Usage :
  93.  
  94.         - Watch a pic with VISAGE
  95.         - Hit the `E` Key ( between `W` & `R` :-)  )
  96.         - Visage-Ctrl should now Popup (really)
  97.         - Choose an option via Mouse,Keys or Pull-Down-Menu (should be easy to understand)
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106. Gui :
  107.  
  108. You can use Triton(prefs) to change the looking of the GUI and Screenmode
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118. Note :
  119.  
  120. As you can see we`re on V0.97 and there could ofcoz some bugs ..
  121. so please report them .. (Is Robert really the only one using thiz ?)
  122.  
  123.  
  124. E-MAIL : Andy_MtN@gmx.net
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. History :
  134.  
  135. V.91ß :  -1. Release
  136. V.92ß :  -Bug in UU-Encode option removed                              (Thx 2 me 4 reporting)
  137. V.93ß :  -Some minor Code-Cleanups (not released)
  138. V.94ß :  -VCtrl-Window couldn`t be opened on small screens   -Fixed    (Thx 2 Robert Taje)
  139. V.95ß :  -Bug in Filenote-Command removed
  140.          -Visage-Ctrl should now really auto-Pop-Up.                   (Thx 2 R. Taje)
  141. R   N    -Added Requester to Delete-Command                            (requested by R. Taje)
  142.  e   O   -Amiga-OS has Probs with `Illegal` Chars like ()><[]`?#*|"    (Thx 2 R. Taje)
  143.   L   T   so the only way to handle Filename`s with chars like that
  144.    e      is to rename them at the moment. (suggestions welcome !)
  145.     A    -Internal Beta detected always Illegal chars - blame on me
  146.      s   -Launch extern Prg could now also start A-Rexx Progs with
  147.       E   suffix #?.rexx                                               (Requested by R. Taje)
  148.        D -Added Task-Argument, now Visage can be renamed as you like.
  149.          -Some minor Code-Cleanups
  150.  
  151. V.96ß1:  -Probs with spaces in filename                      -Fixed    (Thx 2 R. Taje)
  152.     ß2:  -Visage-Screen 2 front won`t work if ya renamed Visage        (Thx 2 me 4 reporting)
  153.     ß2:  -Added litte Debugging window if probs occurre.               (Thx 2 me 4 reporting)
  154. V.97ß1:  -forgot Tilde '~' as Illegal Filename               -added    (Thx 2 me 4 reporting)
  155.          -If Source & Destination = Equal => File deleted    -Fixed    (Thx 2 me 4 reporting)
  156.          -Problem with underscore '_' in Filenote-Display    -Fixed    (Thx 2 me 4 reporting)
  157.  
  158.  
  159.  
  160.  
  161.  
  162. =================================================================================
  163.  Big Thanx must go to : Robert Taje for Bug-Reports/Beta-Testing and suggestions
  164. =================================================================================
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172. @BEGIN_FILE_ID.DIZ
  173.      _  _    ___ ________   ___    ___
  174.     / \/ \  /   \__  __\_> /   \  /   \
  175.    /  \/ \\/  | \\/ .\/ .\/  | \\/  | \\
  176. ::/   ||  \\  |  \\  \\  \\  |  \\  |  \\::
  177. ::\ __||___/______/___/___/______/__|__ /::
  178. ===\|==============================[B]|/===
  179.     Visage-Control V0.97beta1 (01.05.98)
  180.         All work done by Andy/MtN
  181. @END_FILE_ID.DIZ
  182. --------------------------------------------------EOT-------------------------------------
  183.  
  184.  
  185. ============================= Archive contents =============================
  186.  
  187. Original  Packed Ratio    Date     Time    Name
  188. -------- ------- ----- --------- --------  -------------
  189.     2420    2099 13.2% 01-May-98 18:09:56 +IFcheck
  190.       91      78 14.2% 01-May-98 18:11:28 +IFcheck.doc
  191.      328     172 47.5% 01-May-98 18:13:56  File_Id.Diz
  192.     6100    5837  4.3% 01-May-98 00:00:00  VCtrl
  193.     5741    2214 61.4% 01-May-98 11:41:26  VisageCtrl.readme
  194. -------- ------- ----- --------- --------
  195.    14680   10400 29.1% 01-May-98 19:10:18   5 files
  196.